-
Notifications
You must be signed in to change notification settings - Fork 525
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
remove unused code #2609
remove unused code #2609
Conversation
Yes the unused code was a oversight temporarily used for debugging, nice catch. Did you profile/measure the switch to hashset? I'm asking because the list is always quite small, so the hashset might not even be optimal. At least this code did not yield any alarm bells in the profiler at the time... |
This is actually correct as you can see in http://nugettoolsdev.azurewebsites.net/4.0.0/parse-framework?framework=portable-net45%2Bmonoandroid%2Bxamarinios%2Bwin8%2Bwp8%2Bwpa81 Not exactly sure how that PR fixes the portable detection. Same for
I'm not exactly sure about
But maybe paket now detects that one of the platforms is a proper subset of the other... On the other hand it might be a incorrect detection of |
Let me know if that makes any sense at all :) |
I think the hash set is a failed experiment ;-)
Am 12.08.2017 12:28 nachm. schrieb "Matthias Dittrich" <
[email protected]>:
… Let me know if that makes any sense at all :)
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#2609 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AADgNKr2W4k7qZIQZms2GPpkfWnEhEnOks5sXX5TgaJpZM4O1WiO>
.
|
Ah now I see. This is really weird, maybe a nuget bug. But if the non pcl stuff is removed: "portable-net45+win8+wp8+wpa81" -> Profile 259 I think we would need to ask a NuGet expert about this. |
Ok latest NuGet detects 259 as well: http://nugettoolsdev.azurewebsites.net/4.3.0-preview4/parse-framework?framework=portable-net45%2Bmonoandroid%2Bmonotouch%2Bxamarinios%2Bxamarinmac%2Bwin8%2Bwp8%2Bwpa81 So this is probably fine. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Once it's green obviously ;)
So what should we do now?
Am 12.08.2017 12:38 nachm. schrieb "Matthias Dittrich" <
[email protected]>:
Ok latest NuGet detects 259 as well: http://nugettoolsdev.
azurewebsites.net/4.3.0-preview4/parse-framework?framework=portable-net45%
2Bmonoandroid%2Bmonotouch%2Bxamarinios%2Bxamarinmac%2Bwin8%2Bwp8%2Bwpa81
So this is probably fine.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#2609 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AADgNF5y77UU3GxT0fdfZbh4f5lD_Ywgks5sXYCbgaJpZM4O1WiO>
.
|
What do you mean? Updating the tests? |
Maybe remove the last commit |
If you think the changes make sense
Am 12.08.2017 12:40 nachm. schrieb "Matthias Dittrich" <
[email protected]>:
… What you mean? Updating the tests?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#2609 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AADgNODkoruv3kav08um6BclXVdmXtsPks5sXYEQgaJpZM4O1WiO>
.
|
Yes strictly speaking they are probably a bugfix for some non-existing pcl users ;) |
This reverts commit 49164d4.
Ok. Reverted sets |
No description provided.